home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / Inkscape-0.43-2.win32.exe / share / extensions / radiusrand.inx < prev    next >
Encoding:
Inkscape extension descriptor  |  2005-07-24  |  728 b   |  16 lines

  1. <inkscape-extension>
  2.    <name>Radius Randomize</name>
  3.    <id>org.ekips.filter.radiusrand</id>
  4.        <dependency type="executable" location="extensions">radiusrand.py</dependency>
  5.        <dependency type="executable" location="extensions">inkex.py</dependency>
  6.        <param name="radius" type="float" min="0.0" max="1000.0" gui-text="Radius">100.0</param>
  7.        <param name="end" type="boolean" gui-text="Randomize Nodes">true</param>
  8.        <param name="ctrl" type="boolean" gui-text="Randomize Control Points">false</param>
  9.    <effect>
  10.                <object-type>path</object-type>
  11.    </effect>
  12.    <script>
  13.        <command reldir="extensions" interpreter="python">radiusrand.py</command>
  14.    </script>
  15. </inkscape-extension>
  16.